FHIR IG analytics| Package | sk.registry.core.r5 |
| Resource Type | Patient |
| Id | Patient-PatientAgeGenderSnomedExample.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientAgeGenderSnomedExample
Anonymous Patient (no stated gender), DoB Unknown
| Gender (SNOMED CT) | Male | ||
{
"resourceType": "Patient",
"id": "PatientAgeGenderSnomedExample",
"meta": {
"profile": [
"http://testSK.org/StructureDefinition/patient-age-gender-snomed-profile"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://testSK.org/StructureDefinition/gender-snomed-ext",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248153007"
}
]
}
}
]
}