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

FHIR IG analytics

Packageee.fhir.base
Resource TypePatient
IdPatient-pat2.json
FHIR VersionR5

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 pat2

John Doe Male, DoB Unknown ( https://fhir.ee/sid/pid/usa/ppn#N857623628)


Other Id:https://fhir.ee/sid/pid/est/prn/90006399/983453-4363-634-63423457-325
Contact Detail5601 Universal Blvd, Orlando, FL 32819, USA(temp)

Source1

{
  "resourceType": "Patient",
  "id": "pat2",
  "meta": {
    "profile": [
      "https://fhir.ee/base/StructureDefinition/ee-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ee/sid/pid/usa/ppn",
      "value": "N857623628"
    },
    {
      "system": "https://fhir.ee/sid/pid/est/prn/90006399",
      "value": "983453-4363-634-63423457-325"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "gender": "male",
  "address": [
    {
      "use": "temp",
      "text": "5601 Universal Blvd, Orlando, FL 32819, USA",
      "line": [
        "5601 Universal Blvd"
      ],
      "city": "Orlando",
      "district": "Orange County",
      "state": "FL",
      "postalCode": "32819",
      "country": "US"
    }
  ]
}