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

FHIR IG analytics

Packagehl7.fhir.us.mdi
Resource TypePatient
IdPatient-us-core-patient-unknown-name.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 us-core-patient-unknown-name

UNK (official) Unknown, DoB Unknown ( Medical Record Number: MR303303305 (use: usual, ))


Active:true

Source1

{
  "resourceType": "Patient",
  "id": "us-core-patient-unknown-name",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-vr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ],
        "text": "Medical Record Number"
      },
      "system": "http://example.org/fhir/hospital.smarthealthit.org",
      "value": "MR303303305"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "UNK",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "unknown"
          }
        ]
      }
    }
  ],
  "gender": "unknown"
}