Kids First Implementation Guide
0.1.0 - CI Build

Kids First Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Kids First Patient/pt-003 - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "pt-003",
  "meta" : {
    "versionId" : "0.1.0",
    "lastUpdated" : "2020-07-20T20:58:16.023117+00:00",
    "profile" : [
      "http://fhir.kids-first.io/StructureDefinition/kfdrc-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: pt-003</p><p><b>meta</b>: </p><p><b>identifier</b>: 15001</p><p><b>gender</b>: male</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2186-5",
            "display" : "Not Hispanic or Latino"
          }
        },
        {
          "url" : "text",
          "valueString" : "Not Hispanic or Latino"
        }
      ],
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    },
    {
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2106-3",
            "display" : "White"
          }
        },
        {
          "url" : "text",
          "valueString" : "White"
        }
      ],
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    },
    {
      "url" : "http://fhir.kids-first.io/StructureDefinition/species",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.kids-first.io/CodeSystem/species",
            "code" : "337915000",
            "display" : "Homo sapiens"
          }
        ],
        "text" : "Homo Sapiens"
      }
    },
    {
      "extension" : [
        {
          "url" : "subject",
          "valueReference" : {
            "reference" : "Patient/pt-001"
          }
        },
        {
          "url" : "relation",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                "code" : "CHILD",
                "display" : "child"
              }
            ],
            "text" : "Child"
          }
        }
      ],
      "url" : "http://fhir.kids-first.io/StructureDefinition/relation"
    }
  ],
  "identifier" : [
    {
      "system" : "https://kf-api-dataservice.kidsfirstdrc.org/participants?study_id=SD_PREASA7S",
      "value" : "15001"
    }
  ],
  "gender" : "male"
}