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

FHIR IG analytics

Packagetest.no.basis
Resource TypePatient
Idno-basis-Patient-Jannice-Søreng.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": "21030550231"
    },
    {
      "system": "http://profil.visma.no/lopenummer",
      "value": "123"
    }
  ],
  "name": [
    {
      "family": "Søreng",
      "given": [
        "Jannice"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+4733445566",
      "use": "home"
    }
  ],
  "gender": "female",
  "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": [
        "Karisvingen 44"
      ],
      "city": "Oslo",
      "district": "Oslo",
      "_district": {
        "extension": [
          {
            "url": "http://hl7.no/fhir/StructureDefinition/no-basis-municipalitycode",
            "valueCoding": {
              "system": "https://register.geonorge.no/subregister/sosi-kodelister/kartverket/kommunenummer-alle",
              "code": "0301"
            }
          }
        ]
      },
      "postalCode": "0603",
      "country": "NO"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "U",
        "display": "unmarried"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        },
        {
          "text": "Bror"
        }
      ],
      "name": {
        "extension": [
          {
            "url": "http://hl7.no/fhir/StructureDefinition/no-basis-middlename",
            "valueString": "Pårørende"
          }
        ],
        "text": "Pål Pårørende Olsen",
        "family": "Olsen",
        "given": [
          "Pål"
        ]
      }
    }
  ],
  "communication": [
    {
      "language": {
        "text": "Norsk"
      }
    }
  ],
  "generalPractitioner": [
    {
      "identifier": {
        "system": "urn:oid:2.16.578.1.12.4.1.2",
        "value": "720"
      },
      "display": "SIDSEL AASE JAVERY"
    }
  ]
}