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

FHIR IG analytics

Packagefhir.mamaToto
Resource TypePatient
IdPatient-PatientExample.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 PatientExample

John Doe Male, DoB: 1980-06-03 ( DE1)


Active:trueMarital Status:SINGLE
Contact Detailph: 555-1234

Source1

{
  "resourceType": "Patient",
  "id": "PatientExample",
  "meta": {
    "profile": [
      "http://example.org/StructureDefinition/PatientProfile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://example.org/beneficiary",
            "code": "DE1"
          }
        ]
      },
      "value": "12453"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "John Doe",
      "family": "Doe"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-1234"
    }
  ],
  "gender": "male",
  "birthDate": "1980-06-03",
  "maritalStatus": {
    "coding": [
      {
        "system": "http://example.org/CodeSystem/MMT.A",
        "code": "DE16"
      }
    ]
  }
}