FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | Patient |
| Id | UKCore-Patient-Sn-Makaton-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "UKCore-Patient-Sn-Makaton-Example",
"name": [
{
"use": "official",
"family": "JONES",
"given": [
"Jason"
]
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "bfi",
"display": "British Sign Language"
},
{
"system": "http://snomed.info/sct",
"code": "703963007",
"display": "Makaton vocabulary"
}
]
}
}
]
}