FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/LOINCOntologyPartType

Packageaccdr.fhir.ig.pkg
Resource TypeValueSet
IdLOINCOntologyPartType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=accdr.fhir.ig.pkg@0.9.27&canonical=http://ontariohealth.ca/fhir/ValueSet/LOINC-ontology-part-types
URLhttp://ontariohealth.ca/fhir/ValueSet/LOINC-ontology-part-types
Version1.0.0
Statusactive
NameLOINCOntologyPartTypes
TitleLOINCOntologyPartTypes
DescriptionIndicates the Clinical document Ontology Part Type from the LOINC Document Ontology.

Resources that use this resource

StructureDefinition
ext-loinc-ontology-axisLOINC Ontology Axis

Resources that this resource uses

CodeSystem
loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "LOINCOntologyPartType",
  "url": "http://ontariohealth.ca/fhir/ValueSet/LOINC-ontology-part-types",
  "version": "1.0.0",
  "name": "LOINCOntologyPartTypes",
  "title": "LOINCOntologyPartTypes",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Indicates the Clinical document Ontology Part Type from the LOINC Document Ontology.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "74477-1",
            "display": "Kind of document"
          },
          {
            "code": "74479-7",
            "display": "Role"
          },
          {
            "code": "74476-3",
            "display": "Setting"
          },
          {
            "code": "74478-9",
            "display": "Type of service"
          },
          {
            "code": "74480-5",
            "display": "Subject matter domain"
          }
        ]
      }
    ]
  }
}