FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypePatient
IdUKCore-Patient-Sn-Makaton-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
          }
        ]
      }
    }
  ]
}