{ "description": "FHIR Oxygen Saturation Profile", "_filename": "Observation-oxygensat-ieb.json", "package_name": "fhir.ieb.core", "date": "2021-05-21", "derivation": "constraint", "meta": { "source": "#v083ugnzM9yPmnRm", "versionId": "4", "lastUpdated": "2021-05-21T19:49:50.997+00:00" }, "publisher": "Health Level Seven International (Orders and Observations Workgroup)", "fhirVersion": "4.0.1", "name": "ObservationOxygenSatIEB", "mapping": [ { "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Pattern", "identity": "workflow" }, { "uri": "http://snomed.info/conceptdomain", "name": "SNOMED CT Concept Domain Binding", "identity": "sct-concept" }, { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" }, { "uri": "http://snomed.org/attributebinding", "name": "SNOMED CT Attribute Binding", "identity": "sct-attr" } ], "abstract": false, "type": "Observation", "experimental": "false", "resourceType": "StructureDefinition", "title": "Observation Oxygen Saturation (IEB)", "package_version": "0.1.2", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", "valueMarkdown": "\"#### Complete Summary of the Mandatory Requirements\n\n1. One code in `Observation.code` which must have\n - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\n - a fixed `Observation.code.coding.code`= **'2708-6'**\n - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\n Codes, SNOMED CT concepts, system specific codes. All codes\n SHALL have an system value\n1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\n - Each Observation.valueQuantity must have:\n - One numeric value in Observation.valueQuantity.value\n - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\n - a UCUM unit code in Observation.valueQuantity.code = **'%'**" } ], "status": "active", "id": "2e025e5f-4d41-47c3-8c08-b0219f15ac19", "kind": "resource", "url": "http://www.ieb.ufsc.br/fhir/StructureDefinition/Observation-oxygensat-ieb", "version": "1.0.0", "differential": { "element": [ { "id": "Observation", "max": "*", "min": 0, "path": "Observation", "short": "FHIR Oxygen Saturation Profile", "definition": "This profile defines how to represent Oxygen Saturation observations in FHIR using a standard LOINC code and UCUM units of measure." }, { "id": "Observation.code", "path": "Observation.code", "alias": [ "Test", "Name" ], "short": "Oxygen Saturation", "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", "definition": "Oxygen Saturation." }, { "id": "Observation.code.coding", "path": "Observation.code.coding", "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "code", "type": "value" }, { "path": "system", "type": "value" } ] } }, { "id": "Observation.code.coding:OxygenSatCode", "max": "1", "min": 1, "path": "Observation.code.coding", "sliceName": "OxygenSatCode" }, { "id": "Observation.code.coding:OxygenSatCode.system", "max": "1", "min": 1, "path": "Observation.code.coding.system", "type": [ { "code": "uri" } ], "fixedUri": "http://loinc.org" }, { "id": "Observation.code.coding:OxygenSatCode.code", "max": "1", "min": 1, "path": "Observation.code.coding.code", "type": [ { "code": "code" } ], "fixedCode": "2708-6" }, { "id": "Observation.valueQuantity", "path": "Observation.valueQuantity" }, { "id": "Observation.valueQuantity.value", "max": "1", "min": 1, "path": "Observation.valueQuantity.value", "type": [ { "code": "decimal" } ], "mustSupport": true }, { "id": "Observation.valueQuantity.unit", "max": "1", "min": 1, "path": "Observation.valueQuantity.unit", "type": [ { "code": "string" } ], "mustSupport": true }, { "id": "Observation.valueQuantity.system", "max": "1", "min": 1, "path": "Observation.valueQuantity.system", "type": [ { "code": "uri" } ], "fixedUri": "http://unitsofmeasure.org", "mustSupport": true }, { "path": "Observation.valueQuantity.code", "fixedCode": "%", "min": 1, "definition": "Coded responses from the common UCUM units for vital signs value set.", "short": "Coded responses from the common UCUM units for vital signs value set.", "type": [ { "code": "code" } ], "mustSupport": true, "max": "1", "id": "Observation.valueQuantity.code" } ] }, "contact": [ { "telecom": [ { "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" }