{ "description": null, "_filename": "PBMObservation.json", "package_name": "pbmesolutions.v1.fhir", "date": "2021-04-06T07:51:07.657224+00:00", "derivation": "constraint", "meta": { "lastUpdated": "2021-04-08T16:23:45.851+00:00" }, "publisher": null, "fhirVersion": "4.0.1", "name": "PBMObservation", "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": null, "resourceType": "StructureDefinition", "title": null, "package_version": "1.1.1", "status": "draft", "id": "80c9343b-1fee-4a5b-9c38-ab041c4124dd", "kind": "resource", "url": "http://pbme.solutions/fhir/StructureDefinition/PBMObservation", "version": null, "differential": { "element": [ { "id": "Observation.identifier", "min": 1, "path": "Observation.identifier", "mustSupport": true }, { "id": "Observation.identifier.system", "min": 1, "path": "Observation.identifier.system", "definition": "Identifier.system is always case sensitive.\r\n\r\nFor PBMe.Solutions, it shall be consistent in this format: \r\nhttp://pbme.solutions/[locaHospitalName]/fhir/", "mustSupport": true }, { "id": "Observation.identifier.value", "min": 1, "path": "Observation.identifier.value", "mustSupport": true }, { "id": "Observation.status", "path": "Observation.status", "definition": "The status of the result value.\r\nregistered | preliminary | final | amended +", "mustSupport": true }, { "id": "Observation.code", "path": "Observation.code", "mustSupport": true }, { "id": "Observation.code.coding", "max": "1", "min": 1, "path": "Observation.code.coding" }, { "id": "Observation.code.coding.system", "path": "Observation.code.coding.system", "fixedUri": "http://loinc.org", "mustSupport": true }, { "id": "Observation.code.coding.code", "min": 1, "path": "Observation.code.coding.code", "definition": "718-7 Hemoglobin [Mass/volume] in Blood g/dL\r\n59260-0 Hemoglobin [Moles/volume] in Blood mmol/L", "mustSupport": true }, { "id": "Observation.code.coding.display", "path": "Observation.code.coding.display", "mustSupport": true }, { "id": "Observation.subject", "min": 1, "path": "Observation.subject", "type": [ { "code": "Reference", "aggregation": [ "referenced" ], "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ], "mustSupport": true }, { "id": "Observation.subject.reference", "min": 1, "path": "Observation.subject.reference", "comment": "To be able to allow delta changes etc. use PUT for transfer an use references like this:\r\n\r\n\"Patient?identifier=localHospitalName|patientID\"", "mustSupport": true }, { "id": "Observation.encounter", "min": 1, "path": "Observation.encounter", "type": [ { "code": "Reference", "aggregation": [ "referenced" ], "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ] } ], "mustSupport": true }, { "id": "Observation.encounter.reference", "min": 1, "path": "Observation.encounter.reference", "comment": "To be able to allow delta changes etc. use PUT for transfer an use references like this:\r\n\r\n\"Encounter?identifier=localHospitalName|encounterID\"", "mustSupport": true }, { "id": "Observation.effective[x]", "min": 1, "path": "Observation.effective[x]", "type": [ { "code": "dateTime" } ], "mustSupport": true }, { "id": "Observation.value[x]", "min": 1, "path": "Observation.value[x]", "type": [ { "code": "Quantity" } ], "mustSupport": true }, { "id": "Observation.value[x].value", "min": 1, "path": "Observation.value[x].value", "mustSupport": true }, { "id": "Observation.value[x].unit", "min": 1, "path": "Observation.value[x].unit", "definition": "either use \"g/dl\" or \"mmol/l\" depending on code.system", "mustSupport": true }, { "id": "Observation.value[x].system", "path": "Observation.value[x].system", "fixedUri": "http://unitsofmeasure.org", "mustSupport": true } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" }