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

FHIR IG analytics

Packagetest.no.basis
Resource TypeHealthcareService
Idno-basis-HealthcareService-example.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": "HealthcareService",
  "id": "no-basis-HealthcareService example",
  "meta": {
    "profile": [
      "http://hl7.no/fhir/StructureDefinition/no-basis-HealthcareService"
    ]
  },
  "identifier": [
    {
      "system": "http://hl7.no/shared-ids",
      "value": "HS-12"
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "Organization/f001",
    "identifier": {
      "system": "urn:oid:2.16.578.1.12.4.1.4.101",
      "value": "test"
    },
    "display": "Burgers University Medical Center"
  },
  "category": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.578.1.12.4.1.1.9040",
          "code": "101",
          "display": "Helseforetak/private sykehus"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.578.1.12.4.1.1.8655",
          "code": "S0208",
          "display": "Ortopedisk kirurgi"
        }
      ]
    }
  ]
}