JAMI ePrescriptionData ImplementationGuide
1.0.0 - ci-build

JAMI ePrescriptionData ImplementationGuide - Local Development build (v1.0.0). See the Directory of published versions

: JP-Practitioner-ePreData-author-Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "JP-Practitioner-ePreData-author-Example",
  "meta" : {
    "profile" : [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Practitioner",
      "http://jpfhir.jp/fhir/ePrescription/StructureDefinition/JP_Practitioner_ePrescriptionData_author"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"JP-Practitioner-ePreData-author-Example\" </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"https://simplifier.net/resolve?scope=jp-core.draft1@1.1.0-beta&amp;canonical=http://jpfhir.jp/fhir/core/StructureDefinition/JP_Practitioner\">JP Core Practitioner Profile</a>, <a href=\"StructureDefinition-JP-Practitioner-ePrescriptionData-author.html\">JP_Practitioner_ePrescriptionData_author</a></p></div><p><b>identifier</b>: id: 123</p><p><b>name</b>: 神奈川 花子, カナガワ ハナコ</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: id: 123456</p><p><b>code</b>: 医師 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-jp-codeSystem-practitioner-certificate-category.html\">JP_codeSystem_practitioner_certificate_category</a>#MedicalDoctorLicense)</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: id: 4-321</p><p><b>code</b>: 麻薬施用者 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-jp-codeSystem-practitioner-certificate-category.html\">JP_codeSystem_practitioner_certificate_category</a>#NarcoticsPractitioner)</span></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.392.100495.20.3.41.11311234567",
      "value" : "123"
    }
  ],
  "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" : [
        "ハナコ"
      ]
    }
  ],
  "qualification" : [
    {
      "identifier" : [
        {
          "system" : "urn:oid:1.2.392.100495.20.3.31",
          "value" : "123456"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://jpfhir.jp/fhir/core/CodeSystem/practitioner-certificate-category",
            "code" : "MedicalDoctorLicense"
          }
        ]
      }
    },
    {
      "identifier" : [
        {
          "system" : "urn:oid:1.2.392.100495.20.3.32.113",
          "value" : "4-321"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://jpfhir.jp/fhir/core/CodeSystem/practitioner-certificate-category",
            "code" : "NarcoticsPractitioner"
          }
        ]
      }
    }
  ]
}