FHIR IG Statistics: StructureDefinition/poc-lis-observation
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "poc-lis-observation",
"url": "http://poc-lis.cens.cl/fhir/StructureDefinition/PocLisObservation",
"name": "PocLisObservation",
"status": "draft",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "sct-concept",
"uri": "http://snomed.info/conceptdomain",
"name": "SNOMED CT Concept Domain Binding"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "sct-attr",
"uri": "http://snomed.org/attributebinding",
"name": "SNOMED CT Attribute Binding"
}
],
"kind": "resource",
"abstract": false,
"type": "Observation",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation.identifier",
"path": "Observation.identifier",
"max": "0"
},
{
"id": "Observation.basedOn",
"path": "Observation.basedOn",
"max": "0"
},
{
"id": "Observation.partOf",
"path": "Observation.partOf",
"max": "0"
},
{
"id": "Observation.status",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
"valueString": "default: final"
}
],
"path": "Observation.status",
"fixedCode": "final"
},
{
"id": "Observation.category",
"path": "Observation.category",
"max": "0"
},
{
"id": "Observation.code",
"path": "Observation.code",
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "ObservationCode"
}
],
"strength": "required",
"valueSet": "http://cens.cl/fhir/ValueSet/PocLisCodigoTest"
}
},
{
"id": "Observation.subject",
"path": "Observation.subject",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://poc-lis.cens.cl/fhir/StructureDefinition/PocLisPatient"
]
}
]
},
{
"id": "Observation.focus",
"path": "Observation.focus",
"max": "0"
},
{
"id": "Observation.encounter",
"path": "Observation.encounter",
"max": "0"
},
{
"id": "Observation.effective[x]",
"path": "Observation.effective[x]",
"short": "Fecha de Validación",
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "Observation.issued",
"path": "Observation.issued",
"max": "0"
},
{
"id": "Observation.performer",
"path": "Observation.performer",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://poc-lis.cens.cl/fhir/StructureDefinition/PocLisOrganization"
]
}
]
},
{
"id": "Observation.value[x]",
"path": "Observation.value[x]",
"min": 1,
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"description": "Resultado Test",
"valueSet": "http://cens.cl/fhir/ValueSet/PocLisResultadoTest"
}
},
{
"id": "Observation.dataAbsentReason",
"path": "Observation.dataAbsentReason",
"max": "0"
},
{
"id": "Observation.interpretation",
"path": "Observation.interpretation",
"max": "0"
},
{
"id": "Observation.note",
"path": "Observation.note",
"max": "0"
},
{
"id": "Observation.bodySite",
"path": "Observation.bodySite",
"max": "0"
},
{
"id": "Observation.method",
"path": "Observation.method",
"max": "0"
},
{
"id": "Observation.specimen",
"path": "Observation.specimen",
"max": "0",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://poc-lis.cens.cl/fhir/StructureDefinition/PocLisSpecimen"
]
}
]
},
{
"id": "Observation.device",
"path": "Observation.device",
"max": "0"
},
{
"id": "Observation.referenceRange",
"path": "Observation.referenceRange",
"max": "0"
},
{
"id": "Observation.hasMember",
"path": "Observation.hasMember",
"max": "0"
},
{
"id": "Observation.derivedFrom",
"path": "Observation.derivedFrom",
"max": "0"
},
{
"id": "Observation.component",
"path": "Observation.component",
"max": "0"
}
]
}
}