FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | Patient |
| Id | UKCore-Patient-Extension-BirthSex-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "UKCore-Patient-Extension-BirthSex-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"code": "F",
"display": "Female"
}
]
}
}
]
}