HL7 FHIR JP Core ImplementationGuide
1.1.2-url - ci-build Japan

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.2-url) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP Core Practitioner Example 看護師女性1 - JSON Representation

Raw json | Download



{

  "resourceType" : "Practitioner",

  "id" : "jp-practitioner-example-female-2",

  "meta" : {

    "profile" : [

      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Practitioner"

    ]

  },

  "text" : {

    "status" : "generated",

    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner jp-practitioner-example-female-2</b></p><a name=\"jp-practitioner-example-female-2\"> </a><a name=\"hcjp-practitioner-example-female-2\"> </a><a name=\"jp-practitioner-example-female-2-ja\"> </a><p><b>name</b>: 福岡 花子, フクオカ ハナコ</p><p><b>gender</b>: Female</p></div>"

  },

  "name" : [

    {

      "extension" : [

        {

          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",

          "valueCode" : "IDE"

        }

      ],

      "text" : "福岡 花子",

      "family" : "福岡",

      "given" : [

        "花子"

      ]

    },

    {

      "extension" : [

        {

          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",

          "valueCode" : "SYL"

        }

      ],

      "text" : "フクオカ ハナコ",

      "family" : "フクオカ",

      "given" : [

        "ハナコ"

      ]

    }

  ],

  "gender" : "female"

}