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

FHIR IG analytics

Packagejp-core.r4
Resource TypePatient
IdPatient-jp-patient-example-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": "Patient",
  "id": "jp-patient-example-1",
  "meta": {
    "profile": [
      "http://jpfhir.jp/fhir/core/StructureDefinition/JP_Patient"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.392.100495.20.3.51.11311234567",
      "value": "00000010"
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
          "valueCode": "IDE"
        }
      ],
      "use": "usual",
      "text": "山田 太郎",
      "family": "山田",
      "given": [
        "太郎"
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
          "valueCode": "SYL"
        }
      ],
      "use": "usual",
      "text": "ヤマダ タロウ",
      "family": "ヤマダ",
      "given": [
        "タロウ"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0312345678",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1970-01-01",
  "address": [
    {
      "postalCode": "1600023",
      "text": "東京都新宿区"
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "1046",
            "system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
            "display": "Shinto"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "state": "東京"
      }
    },
    {
      "url": "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Patient_Race",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "2039-6",
            "system": "http://terminology.hl7.org/CodeSystem/v3-Race",
            "display": "Japanese"
          }
        ]
      }
    }
  ]
}