Implementation Guide for Astacus project
0.0.1 - ci-build France flag

Implementation Guide for Astacus project - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: astacus-1288992 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "astacus-1288992",
  "meta" : {
    "profile" : [
      🔗 "https://aphp.fr/fhir/fr/astacus/StructureDefinition/astacus-cancer-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Danielle Adams (Official)</b> female, DoB: 1971-12-23 ( Patient internal identifier/123456\u00a0(use:\u00a0usual))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"mailto:danielle.adams@example.com\">danielle.adams@example.com</a></li><li>1 Hill Ave Tulsa OK 74117 USA (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Reliabilility of the patient's identity | Précision sur le degré de fiabilité de l'identité du patient (si provisoire, validé... avec la justification : quelle type de pièce d'identité ?) avec la méthode de collection\">FR Core Patient Ident Reliability Extension:</td><td colspan=\"3\"><ul><li>identityStatus: <a href=\"https://hl7.fr/ig/fhir/core/2.0.1/CodeSystem-fr-core-cs-v2-0445.html#fr-core-cs-v2-0445-VALI\">FR Core CodeSystem v2-0445</a> VALI: Identité validée</li><li>validationDate: 2023-02-16</li><li>validationMode: <a href=\"https://hl7.fr/ig/fhir/core/2.0.1/CodeSystem-fr-core-cs-mode-validation-identity.html#fr-core-cs-mode-validation-identity-CN\">FR Core CodeSystem Mode Validation Identite</a> CN: Carte nationale d'identité</li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "identityStatus",
          "valueCoding" : {
            "system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0445",
            "code" : "VALI",
            "display" : "Identité validée"
          }
        },
        {
          "url" : "validationDate",
          "valueDate" : "2023-02-16"
        },
        {
          "url" : "validationMode",
          "valueCoding" : {
            "system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-mode-validation-identity",
            "code" : "CN",
            "display" : "Carte nationale d'identité"
          }
        }
      ],
      "url" : "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-identity-reliability"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PI",
            "display" : "Patient internal identifier"
          }
        ]
      },
      "system" : "http://aphp.fr",
      "value" : "123456"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Adams",
      "given" : [
        "Danielle"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "danielle.adams@example.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "1971-12-23",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "1 Hill Ave"
      ],
      "city" : "Tulsa",
      "state" : "OK",
      "postalCode" : "74117",
      "country" : "USA"
    }
  ]
}