0.1.0 - ci-build

CQDG_FHIR_IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ferlab.bio Example/cqdg-patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "PatientExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cqdg.ca/StructureDefinition/cqdg-patient"
    ],
    "tag" : [
      {
        "code" : "CAG"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientExample</b></p><a name=\"PatientExample\"> </a><a name=\"hcPatientExample\"> </a><a name=\"PatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Male, DoB Unknown ( 343434343434\u00a0(use:\u00a0secondary,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"qc ethnicity for cqdg project\"><a href=\"StructureDefinition-QCEthnicity.html\">Ferlab.bio Extension/qc-ethnicity</a></td><td colspan=\"3\"><span title=\"Codes:{https://fhir.cqdg.ca/CodeSystem/qc-ethnicity Arabe}\">Arabe</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient's age (in days since birth) at the time of recruitment\"><a href=\"StructureDefinition-AgeAtRecruitment.html\">Ferlab.bio Extension/age-at-recruitment</a></td><td colspan=\"3\"><span title=\"Codes:{http://purl.obolibrary.org/obo/hp.owl HP:0011463}\">Childhood (&gt;= 1 year and &lt; 5 years)</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient's age (in days since birth) at the time of death\"><a href=\"StructureDefinition-AgeOfDeath.html\">Ferlab.bio Extension/age-of-death</a></td><td colspan=\"3\"><span title=\"Codes:{http://purl.obolibrary.org/obo/hp.owl HP:0003584}\">Senior (&gt;= 60 years)</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cqdg.ca/StructureDefinition/AgeAtRecruitment",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://purl.obolibrary.org/obo/hp.owl",
            "code" : "HP:0011463"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.cqdg.ca/StructureDefinition/AgeOfDeath",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://purl.obolibrary.org/obo/hp.owl",
            "code" : "HP:0003584"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.cqdg.ca/StructureDefinition/QCEthnicity",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.cqdg.ca/CodeSystem/qc-ethnicity",
            "code" : "Arabe"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "use" : "secondary",
      "value" : "343434343434"
    }
  ],
  "gender" : "male",
  "deceasedBoolean" : true
}