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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeRelatedPerson
IdRelatedPerson-rel-example.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: RelatedPerson rel-example

active: true

patient: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))

relationship: niece

name: 陳簡伊(Official)

telecom: ph: 0911595995(Mobile)

birthDate: 1996-01-28

address: 臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓C室


Source1

{
  "resourceType": "RelatedPerson",
  "id": "rel-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/RelatedPerson-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/pat-example"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "NIECE",
          "display": "niece"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "陳簡伊",
      "family": "Chen",
      "given": [
        "Jian Yi"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0911595995",
      "use": "mobile"
    }
  ],
  "birthDate": "1996-01-28",
  "address": [
    {
      "extension": [
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section",
          "valueString": "三段"
        },
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
          "valueString": "210號"
        },
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village",
          "valueString": "大有里"
        },
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood",
          "valueString": "19鄰"
        },
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane",
          "valueString": "52巷"
        },
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley",
          "valueString": "6弄"
        },
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor",
          "valueString": "2樓"
        },
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room",
          "valueString": "C室"
        }
      ],
      "text": "臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓C室",
      "line": [
        "承德路"
      ],
      "city": "臺北市",
      "district": "大同區",
      "_postalCode": {
        "extension": [
          {
            "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code3-tw",
                  "code": "103"
                }
              ]
            }
          }
        ]
      },
      "country": "TW"
    }
  ]
}