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

FHIR IG analytics

Packagecsiro.fhir.au.smartforms
Resource TypePatient
IdPatient-baby-smith-john.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 baby-smith-john

Baby of Emma SMITH (temp) Male, DoB: 2022-09-14 ( Medical record number (use: temp, ))



Source1

{
  "resourceType": "Patient",
  "id": "baby-smith-john",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient",
      "https://smartforms.csiro.au/ig/StructureDefinition/SHCPatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "temp",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://ns.electronichealth.net.au/id/abn-scoped/medicalrecord/1.0/51824753003",
      "value": "7746677",
      "assigner": {
        "display": "QLD Hospital"
      }
    }
  ],
  "name": [
    {
      "use": "temp",
      "family": "SMITH",
      "given": [
        "Baby of Emma"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2022-09-14",
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime": "2022-09-14T14:35:45-05:00"
      }
    ]
  }
}