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

FHIR IG analytics

Packagefhir.r4.wales
Resource TypePatient
IdExample-DataStandardsWales-Patient-HaroldJames.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

JAMES, Harold (NHS: 3795624165)

Source1

{
  "resourceType": "Patient",
  "id": "Example-DataStandardsWales-Patient-HaroldJames",
  "meta": {
    "profile": [
      "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.nhs.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.nhs.wales/CodeSystem/Ethnicity",
            "code": "A",
            "display": "Any White Background, including Welsh, English, Scottish, Northern Irish, British, Irish"
          }
        ]
      }
    },
    {
      "url": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-Religion",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "160540005",
            "display": "Roman Catholic, follower of religion"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "extension": [
        {
          "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
                "code": "NI",
                "display": "NoInformation"
              }
            ]
          }
        }
      ],
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "3795624165"
    },
    {
      "system": "https://fhir.sbuhb.nhs.wales/Id/pas-identifier",
      "value": "E100054"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Harold",
      "given": [
        "James"
      ],
      "prefix": [
        "Mr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "01446231234"
    }
  ],
  "gender": "male",
  "birthDate": "1965-10-10",
  "address": [
    {
      "line": [
        "36 Ely Street",
        "Bettws"
      ],
      "city": "Carmarthenshire",
      "district": "Carmarthen",
      "postalCode": "SA31 4EL"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
            "code": "en",
            "display": "English"
          }
        ]
      }
    }
  ]
}