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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypePatient
IdPatient-acs-cda-patient-bob.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 acs-cda-patient-bob

Bob Bobby Bobson (official) Male, DoB: 1984-06-02 ( https://standards.digital.health.nz/ns/nhi-id#NHI#ABC1235)


Contact Detail
  • ph: (03) 444 7890(Home)
  • ph: (03) 444 7654(Work)
  • ph: (027) 7878 7878(Mobile)
  • bob@bobson.org.nz
  • Bobs Big Building 17 Bobson Boulevard Boganville 6789 New Zealand (home)
Sex At BirthMale

Source1

{
  "resourceType": "Patient",
  "id": "acs-cda-patient-bob",
  "meta": {
    "profile": [
      "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/ambulance-care-summary-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org.nz/fhir/StructureDefinition/sex-at-birth",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/administrative-gender",
            "code": "male",
            "display": "Male"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://standards.digital.health.nz/ns/nhi-id",
      "value": "ABC1235"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Bobson",
      "given": [
        "Bob",
        "Bobby"
      ],
      "prefix": [
        "Mr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(03) 444 7890",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "(03) 444 7654",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "(027) 7878 7878",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "bob@bobson.org.nz",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1984-06-02",
  "address": [
    {
      "use": "home",
      "line": [
        "Bobs Big Building",
        "17 Bobson Boulevard"
      ],
      "city": "Boganville",
      "district": "Baldrick",
      "postalCode": "6789",
      "country": "New Zealand"
    }
  ]
}