FHIR IG analytics| Package | hl7.fhir.uv.cardx-cied |
| Resource Type | Patient |
| Id | Patient-uc2ACMEPatient.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient uc2ACMEPatient
Language: en
Profile: Patient - CIED Patient Profile
John ACME Doe (no stated gender), DoB: 1954-01-01 ( http://example.org#ACME2222 (use: official, ))
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "uc2ACMEPatient",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cardx-cied/StructureDefinition/cied-patient"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "http://example.org",
"value": "ACME2222"
}
],
"name": [
{
"family": "Doe",
"given": [
"John",
"ACME"
]
}
],
"telecom": [
{
"system": "phone",
"value": "111-555-4444",
"use": "mobile"
}
],
"birthDate": "1954-01-01",
"address": [
{
"use": "home",
"line": [
"1234 Main Street"
],
"city": "Springfield",
"state": "IL",
"postalCode": "12345"
}
]
}