台灣癌症登記短表實作指引 (Taiwan Cancer Registry Short Form Implementation Guide)
0.1.1 - ci-build

台灣癌症登記短表實作指引 (Taiwan Cancer Registry Short Form Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SFPatientExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "SFPatientExample",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/sf-Patient-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Wang Amy(OFFICIAL)</b> male, DoB: 1986-03-24 (護照號碼: 123456789)</p></div>"
  },
  "identifier" : [
    {
      "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://hapi.fhir.tw/fhir/StructureDefinition/sf-IdentifierSuffix-extension"
                }
              ]
            },
            "display" : "National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code"
          }
        ]
      },
      "system" : "http://www.moi.gov.tw",
      "value" : "123456789"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical record number"
          }
        ]
      },
      "system" : "https://www.vghtpe.gov.tw/Index.action",
      "value" : "10216"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "text" : "Wang Amy",
      "family" : "Wang",
      "given" : [
        "Amy"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1986-03-24",
  "address" : [
    {
      "postalCode" : "112"
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/SFOrganizationExample"
  }
}