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

FHIR IG analytics

Packagetest.no.basis
Resource TypePatient
Idno-basis-Patient-Espen-Eksempel.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",
  "meta": {
    "profile": [
      "http://hl7.no/fhir/StructureDefinition/no-basis-Patient"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship",
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "NO"
              }
            ]
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.578.1.12.4.1.4.1",
      "value": "210377xxxxx"
    }
  ],
  "name": [
    {
      "family": "Eksempel",
      "given": [
        "Espen"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+4798216832",
      "use": "home"
    }
  ],
  "gender": "male",
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.no/fhir/StructureDefinition/no-basis-propertyinformation",
          "extension": [
            {
              "url": "municipality",
              "valueCoding": {
                "system": "urn:oid:2.16.578.1.12.4.1.1.3402",
                "code": "0301",
                "display": "Oslo"
              }
            }
          ]
        },
        {
          "url": "http://hl7.no/fhir/StructureDefinition/no-basis-address-official",
          "valueBoolean": true
        }
      ],
      "use": "home",
      "line": [
        "StÄlverkskroken 14"
      ],
      "city": "Oslo",
      "district": "Oslo",
      "postalCode": "0661",
      "country": "NO"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "U",
        "display": "unmarried"
      }
    ]
  },
  "communication": [
    {
      "language": {
        "text": "Norsk"
      }
    }
  ],
  "generalPractitioner": [
    {
      "identifier": {
        "system": "urn:oid:2.16.578.1.12.4.1.2",
        "value": "720"
      },
      "display": "SIDSEL AASE JAVERY"
    }
  ]
}