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

FHIR IG analytics

Packagehl7.fhir.us.spl
Resource TypeHealthcareService
IdHealthcareService-ExampleEstablishmentOperation.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: HealthcareService ExampleEstablishmentOperation

providedBy: Organization EXAMPLE ESTABLISHMENT INC.

type: manufacture

serviceProvisionCode: manufactures human over-the-counter drug products produced under a monograph


Source1

{
  "resourceType": "HealthcareService",
  "id": "ExampleEstablishmentOperation",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/EstablishmentBusinessOperation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "providedBy": {
    "reference": "Organization/ExampleEstablishment"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
          "code": "C43360",
          "display": "manufacture"
        }
      ]
    }
  ],
  "serviceProvisionCode": [
    {
      "coding": [
        {
          "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
          "code": "C131708",
          "display": "manufactures human over-the-counter drug products produced under a monograph"
        }
      ]
    }
  ]
}