SNOMED CT Implementation Guide for FHIR
0.0.1 - CI Build
SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "PatientExample2",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientExample2</b></p><a name=\"PatientExample2\"> </a><a name=\"hcPatientExample2\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Janet B. Goode (official) Female, DoB: 1988-01-06 ( Medical Record Number: 9876543210\u00a0(use:\u00a0usual,\u00a0period:\u00a02001-05-06 --> (ongoing)))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">2120 S Michigan Ave Chicago 60616 US </td></tr></table></div>"
},
"identifier" : [
{
"use" : "usual",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR",
"display" : "Medical Record Number"
}
]
},
"system" : "urn:oid:1.2.36.146.595.217.0.1",
"value" : "9876543210",
"period" : {
"start" : "2001-05-06"
},
"assigner" : {
"display" : "Acme Healthcare"
}
}
],
"name" : [
{
"use" : "official",
"family" : "Goode",
"given" : [
"Janet",
"B."
]
}
],
"gender" : "female",
"birthDate" : "1988-01-06",
"address" : [
{
"line" : [
"2120 S Michigan Ave"
],
"city" : "Chicago",
"postalCode" : "60616",
"country" : "US"
}
]
}