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

FHIR IG analytics

Packagejp-core.r4
Resource TypePractitioner
IdPractitioner-jp-practitioner-example-female-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "id": "jp-practitioner-example-female-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Practitioner"
    ]
  },
  "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",
  "qualification": [
    {
      "identifier": [
        {
          "system": "urn:oid:1.2.392.100495.20.3.32.113",
          "value": "999-12345"
        }
      ],
      "code": {
        "coding": [
          {
            "code": "narcotics-practitioner",
            "system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicalLicenseCertificate_CS"
          }
        ]
      }
    },
    {
      "identifier": [
        {
          "system": "urn:oid:1.2.392.100495.20.3.32.101",
          "value": "999-54321"
        }
      ],
      "code": {
        "coding": [
          {
            "code": "narcotics-practitioner",
            "system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicalLicenseCertificate_CS"
          }
        ]
      }
    },
    {
      "identifier": [
        {
          "system": "urn:oid:1.2.392.100495.20.3.31",
          "value": "999999-00001"
        }
      ],
      "code": {
        "coding": [
          {
            "code": "medical-registration",
            "system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_MedicalLicenseCertificate_CS"
          }
        ]
      }
    }
  ]
}