FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | Patient |
| Id | Patient-infant-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient infant-example
Profile: US Quality Core Patient
Infant Example Male, DoB: 2020-06-02 ( Medical Record Number: 1032703 (use: usual, ))
| Active: | true | ||
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "infant-example",
"meta": {
"profile": [
"http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
],
"text": "Medical Record Number"
},
"system": "http://hospital.smarthealthit.org",
"value": "1032703"
}
],
"active": true,
"name": [
{
"family": "Example",
"given": [
"Infant"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
}
],
"gender": "male",
"birthDate": "2020-06-02",
"address": [
{
"line": [
"49 Meadow St"
],
"city": "Mounds",
"state": "OK",
"postalCode": "74047",
"country": "US"
}
]
}