FHIR IG analytics| Package | us.co.bha-ig |
| Resource Type | Patient |
| Id | Patient-BabyPatientExampleSouth.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient BabyPatientExampleSouth
Last updated: 2025-09-20 18:30:40-0700
Profile: US Core Patient Profile version: 6.1.0
Mateo Torres Male, DoB: 2025-09-20 ( Medical record number (use: usual, ))
| Active: | true | ||
| US Core Birth Sex Extension | M | ||
{
"resourceType": "Patient",
"id": "BabyPatientExampleSouth",
"meta": {
"lastUpdated": "2025-09-20T18:30:40-07:00",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "M"
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "http://hospital.example.org",
"value": "789012"
}
],
"active": true,
"name": [
{
"family": "Torres",
"given": [
"Mateo"
]
}
],
"gender": "male",
"birthDate": "2025-09-20"
}