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

FHIR IG analytics

Packagefhir.gdx
Resource TypePatient
IdPatient-PatientFemale.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

Generated Narrative: Patient PatientFemale

version: 1; Last updated: 2024-09-25 00:02:13+0000;

Information Source: #mzuK1EHcvMPipAda

Jenny M (official) Female, DoB: 1988-02-12 ( Patient ID: 7fb905f171204b94b8ee33d33cb624e6 (use: official, ))


Active:true
Contact DetailUS (home)

Source1

{
  "resourceType": "Patient",
  "id": "PatientFemale",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2024-09-25T00:02:13.030+00:00",
    "source": "#mzuK1EHcvMPipAda"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2106-3",
            "display": "White"
          }
        },
        {
          "url": "detailed",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2108-9",
            "display": "European"
          }
        },
        {
          "url": "text",
          "valueString": "Northern European"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Patient ID"
          }
        ]
      },
      "value": "7fb905f171204b94b8ee33d33cb624e6"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "M",
      "given": [
        "Jenny"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1988-02-12",
  "address": [
    {
      "use": "home",
      "country": "US"
    }
  ]
}