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

FHIR IG analytics

Packagetw.gov.mohw.emr
Resource TypePatient
IdPatient-pat-ds.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 pat-ds

甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829 (use: official, ))


Person Age39 a (Details: UCUM codea = 'a')

Source1

{
  "resourceType": "Patient",
  "id": "pat-ds",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Patient-DS"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age",
      "valueAge": {
        "value": 39,
        "system": "http://unitsofmeasure.org",
        "code": "a"
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical record number"
          }
        ]
      },
      "system": "http://www.moi.gov.tw",
      "value": "Z199999829"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "甄○康"
    }
  ],
  "gender": "female",
  "birthDate": "1985-01-02"
}