FHIR IG analytics| Package | acme.base.r4 |
| Resource Type | Patient |
| Id | ACMEbasePatient.example.VALID.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "ACME-base-patient-VALID",
"meta": {
"profile": [
"https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient"
]
},
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "F"
}
],
"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": "1032702"
},
{
"use": "usual",
"system": "https://fake-acme.org/fhir/NamingSystem/Patient-Identifier",
"value": "1032702"
}
],
"active": true,
"name": [
{
"family": "Baba",
"given": [
"Amy",
"K."
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
},
{
"system": "email",
"value": "amy.shaw@example.com"
}
],
"gender": "female",
"birthDate": "2010-02-20",
"address": [
{
"line": [
"49 Meadow St"
],
"city": "Mounds",
"state": "OK",
"postalCode": "74047",
"country": "US"
}
]
}