Created
November 26, 2019 05:25
-
-
Save daya/8e1c6c209747b3477ec00821337abcdb to your computer and use it in GitHub Desktop.
adt1-patient.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"resourceType" : "Patient", | |
"identifier" : [ | |
{ | |
"use" : "usual", | |
"type" : { | |
"coding" : [ | |
{ | |
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203", | |
"code" : "MR" | |
} | |
] | |
}, | |
"system" : "urn:oid:1.2.36.146.595.217.0.1", | |
"value" : "4578", | |
"assigner" : { | |
"display" : "memorial-med-center" | |
}, | |
"id" : "50fcae15-413d-460a-8f35-8fe4011450ac" | |
}, | |
{ | |
"system" : "http://new-republic.gov/galactic-citizen-identifier", | |
"value" : "123456789" | |
}, | |
{ | |
"system" : "http://caringly.tech/hospital-patient-identifier", | |
"value" : "ADT1-memorial-med-center-4578" | |
} | |
], | |
"active" : true, | |
"name" : [ | |
{ | |
"use" : "official", | |
"family" : "White", | |
"given" : "Walter", | |
"prefix" : "", | |
"suffix" : "" | |
} | |
], | |
"telecom" : [ | |
{ | |
"system" : "phone", | |
"value" : "(919)379-1212", | |
"use" : "home", | |
"rank" : 1 | |
}, | |
{ | |
"system" : "phone", | |
"value" : "<PID.14.1>(919)271-3434</PID.14.1><PID.14.1>(919)277-3114</PID.14.1>", | |
"use" : "work", | |
"rank" : 2 | |
} | |
], | |
"gender" : "M", | |
"birthDate" : "19610111", | |
"deceasedBoolean" : false, | |
"deceasedDateTime" : "null", | |
"address" : [ | |
{ | |
"use" : "home", | |
"line" : "1200 N ELM STREET ", | |
"city" : "GREENSBORO", | |
"state" : "NC", | |
"postalCode" : "27401-1020", | |
"country" : "" | |
} | |
], | |
"maritalStatus" : "Never Married", | |
"generalPractitioner" : [ | |
{ | |
"identifier" : { | |
"use" : "official", | |
"system" : "http://caringly.tech/hospital-provider-identifier", | |
"assigner" : "memorial-med-center" | |
} | |
} | |
], | |
"managingOrganization" : { | |
"reference" : "2001", | |
"display" : "memorial-med-center" | |
}, | |
"extension" : [ | |
{ | |
"url" : "http://hl7.org/fhir/StructureDefinition/us-core-race", | |
"valueCodeableConcept" : { | |
"coding" : [ | |
{ | |
"system" : "http://hl7.org/fhir/v3/Race", | |
"code" : "2106-3", | |
"display" : "2106-3" | |
} | |
] | |
} | |
}, | |
{ | |
"url" : "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity", | |
"valueCodeableConcept" : { | |
"coding" : [ | |
{ | |
"system" : "http://hl7.org/fhir/v3/Ethnicity", | |
"code" : "OHALLAHAN", | |
"display" : "OHALLAHAN" | |
} | |
] | |
} | |
} | |
], | |
"id" : "50fcae15-413d-460a-8f35-8fe4011450ac", | |
"meta" : { | |
"versionId" : "Version1", | |
"lastUpdated" : "20191126051814", | |
"tag" : "memorial-med-center-83495120", | |
"id" : "50fcae15-413d-460a-8f35-8fe4011450ac-20191126051814" | |
}, | |
"language" : "English" | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment