FHIR IG Statistics: StructureDefinition/cyehr-sd-headcircum
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "cyehr-sd-headcircum",
"url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-headcircum",
"name": "CYEHRSDHeadCircum",
"title": "Cyprus EHR Head Circumference",
"status": "draft",
"publisher": "eHealth4U",
"contact": [
{
"name": "eHealth Lab (University of Cyprus)",
"telecom": [
{
"system": "email",
"value": "ehealthl@ucy.ac.cy",
"use": "work"
}
]
}
],
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Observation",
"baseDefinition": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-vitalsigns",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation.meta",
"path": "Observation.meta"
},
{
"id": "Observation.meta.profile",
"path": "Observation.meta.profile",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "$this"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "Observation.meta.profile:CyprusEHRProfile",
"path": "Observation.meta.profile",
"sliceName": "CyprusEHRProfile",
"fixedCanonical": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-headcircum"
},
{
"id": "Observation.code",
"path": "Observation.code",
"short": "Head Circumference",
"definition": "Head Circumference.",
"comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination.\r\n\r\nCyprusEHR: display: \"Head circumference\"",
"alias": [
"Test"
],
"patternCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "363812007"
}
]
}
},
{
"id": "Observation.code.coding",
"path": "Observation.code.coding",
"comment": "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information."
},
{
"id": "Observation.value[x]",
"path": "Observation.value[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"rules": "open"
},
"min": 1,
"type": [
{
"code": "Quantity"
}
],
"patternQuantity": {
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
},
{
"id": "Observation.value[x]:valueQuantity",
"path": "Observation.value[x]",
"sliceName": "valueQuantity",
"min": 1,
"type": [
{
"code": "Quantity"
}
]
}
]
}
}