FHIR IG analytics| Package | us.co.bha-ig |
| Resource Type | Patient |
| Id | Patient-BabyPatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient BabyPatientExample
Last updated: 2025-10-28 18:30:40-0700
Profile: US Core Patient Profile version: 6.1.0
Crystal Snow White Female, DoB: 2025-06-20 ( Medical record number (use: usual, ))
| Active: | true | Marital Status: | Never Married | ||
| US Core Birth Sex Extension | F | ||||
{
"resourceType": "Patient",
"id": "BabyPatientExample",
"meta": {
"lastUpdated": "2025-10-28T18: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": "F"
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "http://hospital.example.org",
"value": "123456"
}
],
"active": true,
"name": [
{
"family": "White",
"given": [
"Crystal",
"Snow"
]
}
],
"gender": "female",
"birthDate": "2025-06-20",
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "S"
}
]
}
}