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

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypePatient
IdPatient-example.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 example

Profile: http://example.org/fhir/uv/myig/StructureDefinition/mypatient

Jack Smith (no stated gender), DoB: 2018-09-07


Marital Status:Married

Source1

{
  "resourceType": "Patient",
  "id": "example",
  "meta": {
    "profile": [
      "http://example.org/fhir/uv/myig/StructureDefinition/mypatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "use": "usual",
      "family": "Smith",
      "given": [
        "Jack"
      ]
    },
    {
      "use": "official",
      "family": "Smith",
      "given": [
        "John",
        "Jacob",
        "Jingleheimer"
      ],
      "period": {
        "end": "2001-01-01"
      }
    },
    {
      "use": "official",
      "family": "Smith",
      "given": [
        "John",
        "Jacob",
        "Jingleheimer"
      ],
      "period": {
        "start": "2001-01-01"
      }
    }
  ],
  "birthDate": "2018-09-07",
  "maritalStatus": {
    "text": "Married"
  }
}