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

FHIR IG analytics

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

黃睿駿(official) Male, DoB: 1999-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))


Active:true
Other Id:Medical record number/123456 (use: official, )

Source1

{
  "resourceType": "Patient",
  "id": "IC-Pat2",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckPatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "123456"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NNxxx",
            "_code": {
              "extension": [
                {
                  "extension": [
                    {
                      "url": "suffix",
                      "valueString": "TWN"
                    },
                    {
                      "url": "valueSet",
                      "valueCanonical": "http://hl7.org/fhir/ValueSet/iso3166-1-3"
                    }
                  ],
                  "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix"
                }
              ]
            }
          }
        ]
      },
      "system": "http://www.moi.gov.tw",
      "value": "A123456789"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "黃睿駿"
    }
  ],
  "gender": "male",
  "birthDate": "1999-01-01"
}