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
{
"resourceType" : "Patient",
"id" : "pt-001",
"meta" : {
"versionId" : "0.1.0",
"lastUpdated" : "2020-07-20T20:58:16.020831+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-001</p><p><b>meta</b>: </p><p><b>identifier</b>: 14999</p><p><b>name</b>: Mariah Abigail Smith(OFFICIAL)</p><p><b>telecom</b>: ph: (555) 555-5555(HOME)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 2019-01-01</p><p><b>address</b>: 3401 Civic Center Blvd., Philadelphia, PA 19104(HOME)</p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td><td><b>Gender</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v2-0131 C}\">Father</span></td><td>John Samuel Smith(OFFICIAL)</td><td>ph: (555) 555-5555(HOME)</td><td>3401 Civic Center Blvd., Philadelphia, PA 19104(HOME)</td><td>male</td></tr></table></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "ombCategory",
"valueCoding" : {
"system" : "urn:oid:2.16.840.1.113883.6.238",
"code" : "2135-2",
"display" : "Hispanic or Latino"
}
},
{
"url" : "text",
"valueString" : "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"
}
}
],
"identifier" : [
{
"system" : "https://kf-api-dataservice.kidsfirstdrc.org/participants?study_id=SD_PREASA7S",
"value" : "14999"
}
],
"name" : [
{
"use" : "official",
"text" : "Mariah Abigail Smith",
"family" : "Smith",
"given" : [
"Mariah",
"Abigail"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "(555) 555-5555",
"use" : "home",
"rank" : 1
}
],
"gender" : "female",
"birthDate" : "2019-01-01",
"address" : [
{
"use" : "home",
"type" : "both",
"text" : "3401 Civic Center Blvd., Philadelphia, PA 19104",
"line" : [
"3401 Civic Center Blvd."
],
"city" : "Philadelphia",
"state" : "PA",
"postalCode" : "19104"
}
],
"contact" : [
{
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "C",
"display" : "Emergency Contact"
}
],
"text" : "Father"
}
],
"name" : {
"use" : "official",
"text" : "John Samuel Smith",
"family" : "Smith",
"given" : [
"John",
"Samuel"
]
},
"telecom" : [
{
"system" : "phone",
"value" : "(555) 555-5555",
"use" : "home",
"rank" : 1
}
],
"address" : {
"use" : "home",
"type" : "both",
"text" : "3401 Civic Center Blvd., Philadelphia, PA 19104",
"line" : [
"3401 Civic Center Blvd."
],
"city" : "Philadelphia",
"state" : "PA",
"postalCode" : "19104"
},
"gender" : "male"
}
]
}